SftTree/OCX 7.0

SftTree.MousePointer Property

Softel vdm, Inc.

Defines the mouse pointer used.

Syntax       

Get

VB.NET

Icon = object.MousePointer  As SftMousePointerConstants

VB

Icon = object.MousePointer  As SftMousePointerConstants

C#.NET

SftMousePointerConstants Icon = object.MousePointer;

VC++

enum SftMousePointerConstants Icon = object->MousePointer;
enum SftMousePointerConstants Icon = object->GetMousePointer();

C

HRESULT object->get_MousePointer(enum SftMousePointerConstants* Icon);

Delphi

Icon := object.MousePointer  : TOleEnum;

Put

VB.NET

object.MousePointer = Icon  As SftMousePointerConstants

VB

object.MousePointer = Icon  As SftMousePointerConstants

C#.NET

SftMousePointerConstants object.MousePointer = Icon;

VC++

enum SftMousePointerConstants object->MousePointer = Icon;
void object->PutMousePointer(enum SftMousePointerConstants Icon);

C

HRESULT object->put_MousePointer(enum SftMousePointerConstants Icon);

Delphi

object.MousePointer := Icon  : TOleEnum;

object

A SftTree object.

Icon

Defines the mouse pointer used.

Icon

Value

Description

sftDefault

0

(Default)

sftArrow

1

Arrow

sftCross

2

Cross

sftIBeam

3

IBeam

sftIcon

4

Icon ( Obsolete)

sftSize

5

Size

sftSizeNESW

6

Size NW SW

sftSizeNS

7

Size N S

sftSizeNWSE

8

Size NW SE

sftSizeWE

9

Size W E

sftUpArrow

10

Up Arrow

sftHourglass

11

Hourglass

sftNoDrop

12

No Drop

sftArrowHourglass

13

Arrow and Hourglass

sftArrowQuestion

14

Arrow and Question Mark

sftSizeAll

15

Size All

sftCustom

99

Custom icon (defined using the MouseIcon property)

Comments

The MousePointer property defines the mouse pointer used when the mouse cursor is over a SftTree control.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com